Jaesuk Kang
Jaesuk Kang
You should run ``` docker run -p 8080:8080 -p 8443:443 -p 102:102 --name softplc fbarresi/softplc:latest-linux ``` Since the internal server is listening on port `8080`, you should bind to it.
You need generic parameter `T` to extend the `Observable`. Otherwise the method won't compile.
Yes, the user doesn't have to specify the generic parameters. However, the method definition needs every generic parameter declared. You cannot compile something like this, ```cs public static Observable OfType(this...
You should use `ToReadOnlyReactiveProperty`