Expected behavior
C# application to enter function SendGemstoneDetailMessage
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Versions:
Python 3.11.3
Package 0.9.5
Additional context
The fix was about adding time.sleep(3) in between start and send method.
Looking at the log tells me "SignalRCoreClient - WARNING - Connection closed socket is already closed."
However, the package should ensure that the function works properly, not the user. (Or at least an exception should be thrown, that sending is not possible at the moment)
Describe the bug I faced an issue with calling HubConnectionBuilder.send() immediately after calling HubConnectionBuilder.start()
To Reproduce https://stackoverflow.com/questions/77680831/signalr-communication-between-python-and-aspnet
Expected behavior C# application to enter function SendGemstoneDetailMessage
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context The fix was about adding time.sleep(3) in between start and send method. Looking at the log tells me "SignalRCoreClient - WARNING - Connection closed socket is already closed."
However, the package should ensure that the function works properly, not the user. (Or at least an exception should be thrown, that sending is not possible at the moment)