Closed mojtabacazi closed 3 months ago
Emulator supports only serverless mode. The log shows that you are using Azure SignalR SDK which is using default(proxy) mode of Azure SignalR. You don't need the emulator when you are using Azure SignalR SDK, if you want to test locally, you could directly use self-host signalr.
Describe the bug
Running
asrs-emulator
locally, any request to the localhost:8888 comes back with 404. The backend code error is as follows:To Reproduce
asrs-emulator v1.1.0
asrs-emulator upstream init
asrs-emulator start
asrs-emulator
Further technical details
asrs-emulator v1.1.0