Update Dockerfile and main.go: upgrade Go version, optimize build stages, and adjust binary output path
This commit is contained in:
@@ -77,6 +77,8 @@ func (b *FuturesWebsocket) CancelStream(subject string) {
|
||||
}
|
||||
_ = b.conn.WriteJSON(msg)
|
||||
|
||||
fmt.Println("Unsubscribed from stream:", subject)
|
||||
|
||||
delete(b.activeStreams, subject)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user